Doug Ilijev 2f13802dcd MicroBuild v2: changes to project files and build scripts to enable building in MBv2, and PGO builds of ChakraCore; add nuspec for ChakraCore. 10 ani în urmă
..
AsmJsByteCodeDumper.cpp 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 ani în urmă
AsmJsByteCodeDumper.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 ani în urmă
AsmJsByteCodeWriter.cpp 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 ani în urmă
AsmJsByteCodeWriter.h 46617d76ae CR Fixes #3 10 ani în urmă
AuxArray.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
BackendOpCodeAttr.cpp 8567cfe6c1 update all references to use correct CamelCase file names 10 ani în urmă
BackendOpCodeAttr.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
ByteBlock.cpp 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
ByteBlock.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
ByteCodeApi.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
ByteCodeCacheReleaseFileVersion.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
ByteCodeDumper.cpp 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 ani în urmă
ByteCodeDumper.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
ByteCodeEmitter.cpp 25e7c1ce03 [MERGE #665] Update the yield* implementation to match the spec 10 ani în urmă
ByteCodeGenerator.cpp 730b33ca44 Fix for issue with using this object in the param scope of a lambda function 10 ani în urmă
ByteCodeGenerator.h 84775acbcd Fix module cyclic dependencies 10 ani în urmă
ByteCodeReader.cpp 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 ani în urmă
ByteCodeReader.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 ani în urmă
ByteCodeSerializeFlags.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
ByteCodeSerializer.cpp 83a9cc8c95 Track anonymous functions bodies when we serialize them in the byte code. Otherwise it's impossible on deserialization to tell the difference between an anonymous function and a function with the name, 'Anonymous function.' The difference determines, for instance, whether instances of the function body have a name property. 10 ani în urmă
ByteCodeSerializer.h 8567cfe6c1 update all references to use correct CamelCase file names 10 ani în urmă
ByteCodeWriter.cpp 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 ani în urmă
ByteCodeWriter.h d0925e14f3 Determine debug mode based on per script/source instead of ScriptContext 10 ani în urmă
Chakra.Runtime.ByteCode.vcxproj 8567cfe6c1 update all references to use correct CamelCase file names 10 ani în urmă
ExtendedOpCodeList.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
ExtendedOpCodeListAsmJs.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
FuncInfo.cpp 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 ani în urmă
FuncInfo.h 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 ani în urmă
LayoutTypes.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
LayoutTypesAsmJs.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 ani în urmă
OpCodeList.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
OpCodeListAsmJs.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
OpCodeUtil.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 ani în urmă
OpCodeUtil.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 ani în urmă
OpCodeUtilAsmJs.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 ani în urmă
OpCodeUtilAsmJs.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 ani în urmă
OpCodes.cpp 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
OpCodes.h 2197bfa27a Another fix for bug OS:6773420 10 ani în urmă
OpCodesAsmJs.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
OpCodesSimd.h 46617d76ae CR Fixes #3 10 ani în urmă
OpLayouts.h 8567cfe6c1 update all references to use correct CamelCase file names 10 ani în urmă
OpLayoutsAsmJs.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 ani în urmă
OpLayoutsCommon.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 ani în urmă
PropertyIdArray.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
RuntimeByteCodePch.cpp 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
RuntimeByteCodePch.h 8567cfe6c1 update all references to use correct CamelCase file names 10 ani în urmă
Scope.cpp cabfa36389 Fix for the pid ref issues with default parameters 10 ani în urmă
Scope.h 3c28308d8d This change set implements param scope and the body scope as parallel scopes. 10 ani în urmă
ScopeInfo.cpp cabfa36389 Fix for the pid ref issues with default parameters 10 ani în urmă
ScopeInfo.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
StatementReader.cpp d0925e14f3 Determine debug mode based on per script/source instead of ScriptContext 10 ani în urmă
StatementReader.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
Symbol.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 ani în urmă
Symbol.h 84775acbcd Fix module cyclic dependencies 10 ani în urmă
VarArrayVarCount.h 47eab483b9 change top-level dir Lib back to lib 10 ani în urmă
packages.config 2f13802dcd MicroBuild v2: changes to project files and build scripts to enable building in MBv2, and PGO builds of ChakraCore; add nuspec for ChakraCore. 10 ani în urmă