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 tahun lalu
..
AsmJsByteCodeDumper.cpp 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 tahun lalu
AsmJsByteCodeDumper.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 tahun lalu
AsmJsByteCodeWriter.cpp 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 tahun lalu
AsmJsByteCodeWriter.h 46617d76ae CR Fixes #3 10 tahun lalu
AuxArray.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
BackendOpCodeAttr.cpp 8567cfe6c1 update all references to use correct CamelCase file names 10 tahun lalu
BackendOpCodeAttr.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
ByteBlock.cpp 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
ByteBlock.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
ByteCodeApi.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
ByteCodeCacheReleaseFileVersion.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
ByteCodeDumper.cpp 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 tahun lalu
ByteCodeDumper.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
ByteCodeEmitter.cpp 25e7c1ce03 [MERGE #665] Update the yield* implementation to match the spec 10 tahun lalu
ByteCodeGenerator.cpp 730b33ca44 Fix for issue with using this object in the param scope of a lambda function 10 tahun lalu
ByteCodeGenerator.h 84775acbcd Fix module cyclic dependencies 10 tahun lalu
ByteCodeReader.cpp 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 tahun lalu
ByteCodeReader.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 tahun lalu
ByteCodeSerializeFlags.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
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 tahun lalu
ByteCodeSerializer.h 8567cfe6c1 update all references to use correct CamelCase file names 10 tahun lalu
ByteCodeWriter.cpp 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 tahun lalu
ByteCodeWriter.h d0925e14f3 Determine debug mode based on per script/source instead of ScriptContext 10 tahun lalu
Chakra.Runtime.ByteCode.vcxproj 8567cfe6c1 update all references to use correct CamelCase file names 10 tahun lalu
ExtendedOpCodeList.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
ExtendedOpCodeListAsmJs.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
FuncInfo.cpp 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 tahun lalu
FuncInfo.h 353e7d9559 Fixing issues with eval in the body of a funciton with split scope. 10 tahun lalu
LayoutTypes.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
LayoutTypesAsmJs.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 tahun lalu
OpCodeList.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
OpCodeListAsmJs.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
OpCodeUtil.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 tahun lalu
OpCodeUtil.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 tahun lalu
OpCodeUtilAsmJs.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 tahun lalu
OpCodeUtilAsmJs.h cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 tahun lalu
OpCodes.cpp 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
OpCodes.h 2197bfa27a Another fix for bug OS:6773420 10 tahun lalu
OpCodesAsmJs.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
OpCodesSimd.h 46617d76ae CR Fixes #3 10 tahun lalu
OpLayouts.h 8567cfe6c1 update all references to use correct CamelCase file names 10 tahun lalu
OpLayoutsAsmJs.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 tahun lalu
OpLayoutsCommon.h 8245503daa - Added needed types, opcodes, layouts for Int32x4/Float32x4 remaining ops. 10 tahun lalu
PropertyIdArray.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
RuntimeByteCodePch.cpp 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
RuntimeByteCodePch.h 8567cfe6c1 update all references to use correct CamelCase file names 10 tahun lalu
Scope.cpp cabfa36389 Fix for the pid ref issues with default parameters 10 tahun lalu
Scope.h 3c28308d8d This change set implements param scope and the body scope as parallel scopes. 10 tahun lalu
ScopeInfo.cpp cabfa36389 Fix for the pid ref issues with default parameters 10 tahun lalu
ScopeInfo.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
StatementReader.cpp d0925e14f3 Determine debug mode based on per script/source instead of ScriptContext 10 tahun lalu
StatementReader.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
Symbol.cpp cec0e9a84f replace wchar_t/L"..." with char16/_u("...") 10 tahun lalu
Symbol.h 84775acbcd Fix module cyclic dependencies 10 tahun lalu
VarArrayVarCount.h 47eab483b9 change top-level dir Lib back to lib 10 tahun lalu
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 tahun lalu